services.akkoma.config.":pleroma"."Pleroma.Upload".base_url

Base path which uploads will be stored at. Whilst this can just be set to a subdirectory of the main domain, it is now recommended to use a different subdomain.

Type
non-empty string
Default
if lib.versionOlder config.system.stateVersion "24.05"
then "$\{httpConf.scheme}://$\{httpConf.host}:$\{toString httpConf.port}/media/"
else null;
Declared
<nixpkgs/nixos/modules/services/web-apps/akkoma.nix>